This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Blog

27.02.2013

How to use ###is_error### markers

Cool forms don't only show error messages, but highlight the fields which contain errors. Use ###is_error### markers to achieve this and do other awesome stuff.

Category: Howto, Basic

27.02.2013

How to upgrade from th_mailformplus to Formhandler

For those of you who are new to Formhandler and want to get rid of the obsolete and insecure th_mailformplus forms, we provide a little upgrade guide.

Category: Howto, Basic

27.02.2013

How to set up SPAM protection

SPAM is a bad thing. Formhandler offers various methods to block SPAM bots.

Category: Howto, Basic

27.02.2013

How to set up error checks

It is easy to set up validation rules and error messages for your form. Read this How-To and you are ready for action.

Category: Howto, Basic

27.02.2013

How to fill your own markers via TypoScript

This How-To shows you how to add custom markers to your HTML template and how to fill them with TypoScript.

Category: Howto, Basic

27.02.2013

How to add tooltips to your form fields

Tooltips are useful to help the user filling out the form and they look nice. :-) Find out how to add the required code to your forms.

Category: Howto, Basic

27.02.2013

How to access Formhandler values

If you write user functions to generate html code for your form or use TypoScript to set Formhandler config depending on user input, you should have a look at this How-To to find out how to access the GET/POST values the right...

Category: Howto, Basic